type runtime.atomicOffAddr
8 uses
runtime (current package)
mgcscavenge.go#L1038: searchAddrBg atomicOffAddr
mgcscavenge.go#L1039: searchAddrForce atomicOffAddr
mranges.go#L172: type atomicOffAddr struct {
mranges.go#L179: func (b *atomicOffAddr) Clear() {
mranges.go#L193: func (b *atomicOffAddr) StoreMin(addr uintptr) {
mranges.go#L210: func (b *atomicOffAddr) StoreUnmark(markedAddr, newAddr uintptr) {
mranges.go#L216: func (b *atomicOffAddr) StoreMarked(addr uintptr) {
mranges.go#L222: func (b *atomicOffAddr) Load() (uintptr, bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)